From b38e0f65a82591aa44d5693208c248eda280c7dd Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Thu, 16 Nov 2006 18:29:06 +0000 Subject: [PATCH] [XEN] Add missing #include. Signed-off-by: Keir Fraser --- xen/common/schedule.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xen/common/schedule.c b/xen/common/schedule.c index 56fcad2232..10f63b85bf 100644 --- a/xen/common/schedule.c +++ b/xen/common/schedule.c @@ -29,6 +29,7 @@ #include #include #include +#include #include extern void arch_getdomaininfo_ctxt(struct vcpu *, -- 2.30.2